home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / DialScript / What's New < prev   
Encoding:
Text File  |  1991-11-11  |  1.3 KB  |  30 lines  |  [TEXT/ttxt]

  1.                 -- What's New in DialScript 1.7 --
  2.  
  3. •  Syntax change.  COULD BREAK OLD SCRIPTS.  Use
  4.          set dtr on | off; instead of set dtr high | low.
  5. •  Semantics change.  COULD BREAK OLD SCRIPTS.  Display no 
  6.     longer automatically includes newlines-- use display "foo\r";
  7. •  Added the repeat statement-- repeat NUMBER stmtlist end;
  8. •  There is now an online/offline option in the communications
  9.          dialog.  The set statement has been extended for this.  The
  10.          syntax is set online on | off.  See the manual.
  11. •  There is now an icon for DialScript created TEXT files.  You
  12.      may have to rebuild your desktop to see it.
  13. •  There is a "noecho" mode for input statements.  Syntax is
  14.  
  15.                  input variable_name noecho;
  16.  
  17.     No default value is allowed.  This is for password entering.
  18.     Thanks to Steven Marcus for help with the new icon and a dialog
  19.     filter for noecho mode.
  20. •  Allows variables to be used wherever a string constant could be
  21.     used.  Examples-- display varname; wait varname;
  22. •  You may now type and send characters while a script is
  23.          running.
  24. •  You may now save text coming into your Mac in a file in order
  25.     to keep a script log.  Added startlog and stoplog statements.
  26.     See manual.
  27. •  Variable date contains the current date and time.  You may
  28.     not set it.
  29. •  Kiss file changes the creator of a TEXT file to DialScript.
  30.